net/http.http2responseWriter.rws (field)
21 uses
net/http (current package)
h2_bundle.go#L6446: return &http2responseWriter{rws: rws}
h2_bundle.go#L6508: rw.rws.stream.cancelCtx()
h2_bundle.go#L6515: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6516: stream: rw.rws.stream,
h2_bundle.go#L6686: rws *http2responseWriterState
h2_bundle.go#L6922: st := w.rws.stream
h2_bundle.go#L6923: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6929: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6948: st := w.rws.stream
h2_bundle.go#L6949: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6955: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6983: rws := w.rws
h2_bundle.go#L7008: rws := w.rws
h2_bundle.go#L7028: rws := w.rws
h2_bundle.go#L7056: rws := w.rws
h2_bundle.go#L7128: rws := w.rws
h2_bundle.go#L7152: rws := w.rws
h2_bundle.go#L7155: w.rws = nil
h2_bundle.go#L7168: st := w.rws.stream
h2_bundle.go#L7190: if w.rws.req.TLS != nil {
h2_bundle.go#L7204: u.Host = w.rws.req.Host
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)